I'm wondering if there's any difference between the code fragment from urllib import request and the fragment import urllib.request or if th
Can anyone suggest why this code is not working. I simply want to create a Google Sheets file in a given folder. It keeps failing at - folder.createFile(evidenc
Let’s say that I want to define a macro called defsomething such that this: (defspecial a x) …expands into this: (def a (f `a x)) That syntax
For my Angular 6 project, I have one canactivate AuthGuard to load ComponentA. I want to know can I use the same AuthGuard for component B where it's the author
How do I come to know whether a create or any other action has been called from inside a model. Basically I am doing database logging and want to track whether
How can a given sequence of N digits (stored simply as a string in some text file "digits.txt", like 3204815627....) be depicted as a PxQ array (where PxQ=N) co
I access the chart canvas to offer users to download image versions of generated charts, like this: canvas.toBlob(function(blob) { let img = URL.createObjectU